projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a96eef
)
(command_loop_1): Call Qrecompute_lucid_menubar only if defined.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 22:49:05 +0000
(22:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 22:49:05 +0000
(22:49 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index fc1ac681f16bb6f79089f0d6fe8687deecc678c8..5714ec6ac138ee56a98e107acd196b3e63fc86fa 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-961,7
+961,8
@@
command_loop_1 ()
#endif
/* If it has changed current-menubar from previous value,
really recompute the menubar from the value. */
- if (! NILP (Vlucid_menu_bar_dirty_flag))
+ if (! NILP (Vlucid_menu_bar_dirty_flag)
+ && !NILP (Ffboundp (Qrecompute_lucid_menubar)))
call0 (Qrecompute_lucid_menubar);
#if 0 /* This is done in xdisp.c now. */